fix: replace simulated quota exhaustion with short token backoff#419
Open
shellus wants to merge 2 commits intochenyme:mainfrom
Open
fix: replace simulated quota exhaustion with short token backoff#419shellus wants to merge 2 commits intochenyme:mainfrom
shellus wants to merge 2 commits intochenyme:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
修复 token 因本地错误状态机而长期卡在
cooling/quota=0的问题,并补强cf_refresh后的恢复链路。Changes
cf_refresh修复,避免后台循环异常退出,并在cf_clearance刷新成功后触发一次受限的 cooling token 刷新remainingQueries当作本地硬耗尽配额持续递减Verification
cd /data/compose/grok2api/source && PYTHONPATH=/data/compose/grok2api/source proxy-env uv run --with pytest pytest -q/v1/models、/v1/admin/tokens、/v1/chat/completions均可正常返回